fix(kilo-pass): keep first month bonus for new subscribers#3141
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (7 files)
Reviewed by gpt-5.5-2026-04-23 · 513,048 tokens |
jeanduplessis
approved these changes
May 8, 2026
Contributor
Contributor
|
LGTM, tried to do a more thorough review and test given last PR. |
Contributor
|
Note I did not test that this affects actual credit amount given in 2nd month, wasn't sure how to easily test that. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Update Kilo Pass monthly promo rules so first-time subscribers always receive the first-month 50% bonus, while the second-month 50% bonus is only grandfathered for subscriptions started before 2026-05-09T00:00:00Z. The Kilo Pass subscription and detail views now show first-month promo copy for eligible users and only show second-month copy when the grandfather rule applies.
Verification
N/A - no manual UI verification performed; this is a rules/copy update covered with targeted automated checks.
Visual Changes
N/A
Reviewer Notes
Review the cutoff semantics around started_at: the month-two 50% bonus requires started_at strictly before 2026-05-09T00:00:00Z, while month one remains 50% for first-time subscribers regardless of start time.